@charset "UTF-8";
/* 基本色
--------------------------------------------*/
/* cv
--------------------------------------------*/
.p-doon .kv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 663px;
  margin: 0;
  padding: 0 20px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/doon/assets/images/index/img_kv_bg jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-doon .kv__img {
  width: 960px;
  margin: auto;
  text-align: center;
}
.p-doon .kv__img > h1 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.p-doon .kv__img > h1 em {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #666;
  margin-bottom: 60px;
  line-height: 1.4;
}
.p-doon .kv__img > h1 .ttl-space {
  margin-right: 1em;
}
.p-doon .kv__img > h1 .ttl-logo {
  display: inline-block;
  width: 397px;
}
.p-doon .kv__img > h1 .ttl-logo img {
  width: 100%;
}
.p-doon .kv__img > p span {
  font-size: 40px;
  font-weight: 300;
  background: #fff;
  text-align: center;
  display: inline-block;
  padding: 0.1em 0 0.23em;
  margin: 0;
  letter-spacing: 0.05em;
  opacity: 0.85;
}
.p-doon .kv__img > p span:first-child {
  padding-left: 0.3em;
}
.p-doon .kv__img > p span:last-child {
  padding-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-doon .kv__img > p span {
    font-size: 38px;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 560px) {
  .p-doon .kv {
    height: 510px;
    background: url("/-/media/Project/Daikin/ac_daikin_co_jp/doon/assets/images/index/img_kv_bg_sp jpg");
    background-position: center;
    background-size: cover;
  }
  .p-doon .kv__img {
    width: 100%;
  }
  .p-doon .kv__img > h1 {
    margin-bottom: 20px;
  }
  .p-doon .kv__img > h1 em {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .p-doon .kv__img > h1 .ttl-space {
    margin-right: 0;
  }
  .p-doon .kv__img > h1 .ttl-logo {
    width: 100%;
    max-width: 256px;
  }
  .p-doon .kv__img > p span:first-child {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
  .p-doon .kv__img > p span:last-child {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
.p-doon .top-cv {
  background: linear-gradient(to right, #60aee1 0%, #7ec8a4 100%);
  padding: 45px 20px;
}
.p-doon .top-cv__container p {
  font-size: 23px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .p-doon .top-cv {
    padding: 30px 20px;
  }
  .p-doon .top-cv__container p {
    font-size: 16px;
  }
}
.p-doon .message {
  padding: 100px 0;
  background: linear-gradient(to right, #e8f2f9 0%, #e7f3fb 100%);
}
.p-doon .message__box {
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/doon/assets/images/index/img_message_bg png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 20px;
}
.p-doon .message__container {
  position: relative;
  padding-bottom: 100px;
}
.p-doon .message__container__txt {
  padding-right: 360px;
}
.p-doon .message__container__txt--1 {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 1em;
}
.p-doon .message__container__txt--2 {
  font-size: 24px;
  margin-bottom: 2em;
}
.p-doon .message__container__txt--2 em {
  color: cadetblue;
  font-weight: bold;
}
.p-doon .message__container__txt--3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 1.75em;
}
.p-doon .message__container__txt--4 {
  font-size: 20px;
}
.p-doon .message__container__img {
  position: absolute;
  top: 0;
  right: -150px;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .p-doon .message {
    padding: 50px 0;
  }
  .p-doon .message__box {
    width: calc(100% - 20px);
  }
  .p-doon .message__container {
    position: relative;
    padding-bottom: 0;
  }
  .p-doon .message__container__txt {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .p-doon .message__container__img {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .p-doon .message {
    padding: 50px 0;
  }
  .p-doon .message__container {
    position: relative;
    padding-bottom: 0;
  }
  .p-doon .message__container__txt {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .p-doon .message__container__txt--1 {
    font-size: 16px;
  }
  .p-doon .message__container__txt--2 {
    font-size: 20px;
  }
  .p-doon .message__container__txt--3 {
    font-size: 30px;
  }
  .p-doon .message__container__txt--4 {
    font-size: 16px;
  }
  .p-doon .message__container__img {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
  }
}
.p-doon .service .service-note {
  margin: 0 auto 40px;
  line-height: 1.4;
  max-width: 760px;
}
.p-doon .service .service-note__list {
  font-size: 14px;
  color: #0283B9;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.p-doon .service .service-note__list li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-doon .service .service-note__list li > ul li {
  text-indent: -1em;
  margin-left: 1.1em;
}
.p-doon .lineup .lineup-container {
  max-width: 1150px;
  margin: 0 auto;
}
.p-doon .lineup .slider {
  width: 100%;
  overflow: hidden;
  /* 中央以外のスライド */
  /* 中央のスライド */
}
.p-doon .lineup .slider .slick-box .product-card__detail {
  opacity: 0;
  transition: 0.2s;
}
.p-doon .lineup .slider .slick-center.product-card {
  opacity: 1;
  transform: scale(1);
}
.p-doon .lineup .slider .slick-center .product-card__detail {
  display: block;
  opacity: 1;
  transition: 0.2s;
}
.p-doon .lineup .slider .slick-prev {
  top: 25%;
  left: 32%;
  z-index: 1;
  width: 37px;
  height: 37px;
}
.p-doon .lineup .slider .slick-next {
  top: 25%;
  right: 32%;
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 960px) {
  .p-doon .lineup .slider .slick-prev {
    top: 22.5%;
  }
  .p-doon .lineup .slider .slick-next {
    top: 22.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-doon .lineup .slick-list {
    overflow: visible;
  }
  .p-doon .lineup .lineup-container {
    max-width: calc(100% - 40px);
  }
  .p-doon .lineup .slider .slick-box .product-card__detail {
    display: block;
    opacity: 1;
  }
  .p-doon .lineup .slider .slick-center {
    opacity: 1;
    transform: scale(1);
  }
  .p-doon .lineup .slider .slick-prev {
    top: 33%;
    left: 0;
  }
  .p-doon .lineup .slider .slick-next {
    top: 33%;
    right: 0;
  }
}
@media screen and (max-width: 560px) {
  .p-doon .lineup .slider .slick-prev {
    top: 22.5%;
    left: 0;
  }
  .p-doon .lineup .slider .slick-next {
    top: 22.5%;
    right: 0;
  }
}
.p-doon .lineup .product-card {
  height: auto;
  opacity: 1;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
  margin-bottom: 60px;
}
.p-doon .lineup .product-card .product-photo {
  margin-bottom: 0;
}
.p-doon .lineup .product-card__detail {
  margin-top: 40px;
}
.p-doon .lineup .product-card__detail .product-category {
  margin-bottom: 15px;
  padding: 0.1em 1em 0.2em;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  background-color: #5fafe2;
  border-radius: 5px;
}
.p-doon .lineup .product-card__detail .product-category.--uv {
  background-color: #52528b;
}
.p-doon .lineup .product-card__detail .product-name {
  margin-bottom: 20px;
  height: 37px;
}
.p-doon .lineup .product-card__detail .product-txt {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-doon .lineup .product-card {
    height: auto;
    opacity: 1;
    transform: scale(1);
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .p-doon .lineup .product-card__detail .product-txt {
    margin-bottom: 30px;
  }
  .p-doon .lineup .product-card__detail .product-link {
    font-size: 18px;
    padding: 1em 5em;
  }
  .p-doon .lineup .product-card__detail .product-link::after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid;
  }
}
@media screen and (max-width: 560px) {
  .p-doon .lineup .product-card {
    height: auto;
    opacity: 1;
    padding: 0 20px;
  }
}
.p-doon .plan {
  padding-bottom: 50px;
}
.p-doon .plan__box {
  background: linear-gradient(to right, #e8f2f9 0%, #e7f3fb 100%);
  padding: 20px 50px 50px;
}
.p-doon .plan__box__content {
  margin-bottom: 20px;
}
.p-doon .plan__box__content .txt--large {
  margin-top: 50px;
}
.p-doon .plan__box__content .column--2a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.p-doon .plan__box__content .column--2a .box-child:first-child {
  width: 76%;
}
.p-doon .plan__box__content .column--2a .box-child:last-child {
  width: 24%;
}
.p-doon .plan__box__plan-img {
  width: 73.75%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-doon .plan__box {
    padding: 20px 50px 50px;
  }
  .p-doon .plan__box__content .txt--large {
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  .p-doon .plan__box {
    padding: 20px;
  }
  .p-doon .plan__box__content .txt--large {
    margin-top: 0;
  }
  .p-doon .plan__box__content .column--2a .box-child:first-child {
    width: 100%;
  }
  .p-doon .plan__box__content .column--2a .box-child:last-child {
    width: 100%;
  }
  .p-doon .plan__box__content .column--2a .box-child:last-child > img {
    width: 200px;
  }
  .p-doon .plan__box__plan-img {
    width: 100%;
  }
}
.p-doon .flow {
  padding: 0 20px 100px;
}
.p-doon .flow__ttl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.p-doon .flow .flow-num-ttl {
  color: #2993ca;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.p-doon .flow .flow-num-txt {
  color: #1a1a1a;
  font-size: 14px;
  text-align: justify;
}
.p-doon .flow .flow-num-note {
  color: #1a1a1a;
  font-size: 12px;
  margin-top: 10px;
  text-indent: -1.1em;
  margin-left: 1em;
}
@media screen and (max-width: 959px) {
  .p-doon .flow {
    padding: 0 20px 50px;
  }
}
.p-doon .scene {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/doon/assets/images/index/img_scene_bg jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 125px 20px;
}
.p-doon .scene__content {
  max-width: 1252px;
  margin: 0 auto;
}
.p-doon .scene__ttl {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}
.p-doon .scene__box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.p-doon .scene__box__child {
  width: 23.1629%;
  height: auto;
  box-sizing: border-box;
  position: relative;
}
.p-doon .scene__box__child > img {
  border-radius: 10px;
  vertical-align: middle;
}
.p-doon .scene__box__child__bg {
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(77, 77, 77);
  mix-blend-mode: multiply;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.p-doon .scene__box__child__txt {
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  place-items: center;
}
.p-doon .scene__box__child__txt > p {
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-doon .scene__ttl {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
  }
  .p-doon .scene__box__child {
    width: 23.1629%;
  }
  .p-doon .scene__box__child > img {
    border-radius: 10px;
  }
  .p-doon .scene__box__child__bg {
    height: 50px;
  }
  .p-doon .scene__box__child__txt {
    height: 50px;
  }
  .p-doon .scene__box__child__txt > p {
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-doon .scene {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 560px) {
  .p-doon .scene {
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/doon/assets/images/index/img_scene_bg_sp jpg");
  }
  .p-doon .scene__ttl {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .p-doon .scene__box {
    flex-wrap: wrap;
  }
  .p-doon .scene__box__child {
    width: 47.5%;
    margin-bottom: 20px;
  }
}
.p-doon #voice .voice-photo {
  position: relative;
}
.p-doon #voice .voice-photo > p {
  position: absolute;
  color: #52a2c2;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.4em 1em 0.3em;
  top: 10px;
  left: 10px;
}
.p-doon #voice .voice-day {
  color: #666;
  font-size: 15px;
  margin-bottom: 15px;
}
.p-doon #voice .voice-txt {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.4;
}
.p-doon #voice .voice-company {
  color: #0071a4;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-doon #voice .voice-photo {
    order: 1;
  }
  .p-doon #voice .voice-photo > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .p-doon #voice .voice-photo {
    margin-bottom: 20px;
  }
  .p-doon #voice .voice-day {
    margin-bottom: 10px;
  }
  .p-doon #voice .voice-txt {
    margin-bottom: 30px;
  }
  .p-doon #voice .voice-company {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .p-doon #voice .voice-photo {
    order: 1;
  }
  .p-doon #voice .voice-details {
    order: 2;
  }
}
.p-doon .video {
  padding: 80px 20px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-doon .video {
    padding: 70px 20px 20px;
  }
}
.p-doon .video__box {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
}
.p-doon .video__box iframe {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=index.css.map */